RenderWorldEvent

class RenderWorldEvent(val partialTicks: Float) : Event(source)

Non-cancellable, called in net.minecraft.client.renderer.EntityRenderer.renderWorldPass after the world is rendered. It is also called few lines before RenderHandEvent.

Constructors

Link copied to clipboard
constructor(partialTicks: Float)

Properties

Link copied to clipboard